From b4d0235a055025a1016ab1e50464ca6ec7bd10af Mon Sep 17 00:00:00 2001 From: Joonas Henriksson Date: Thu, 27 Jan 2022 06:08:40 +0200 Subject: [PATCH] theme: Fix incorrect border color for tiled windows --- gtk/theme/Default/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index 4b3ca5b51e..5309e59855 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -4139,7 +4139,7 @@ window { &.tiled-right, &.tiled-bottom { border-radius: 0; - box-shadow: 0 0 0 1px $_wm_border_backdrop, + box-shadow: 0 0 0 1px $_wm_border, 0 0 0 20px transparent; //transparent control workaround -- #3670 &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop, -- 2.30.2